Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. lora socket
    Log in to post

    • S

      Fixed packets to be sent in an interval
      LoPy • lopy data rate lora range lora socket time measurment • • snehasg96  

      8
      0
      Votes
      8
      Posts
      761
      Views

      S

      @snehasg96 Can you try the same thing with utime.sleep() instead? I haven't tried it myself yet, but I plan to do so.
    • T

      LoraWAN frames counter does not work after deepsleep if socket is set to non-blocking
      Issues & Bugs • bugs lopy4 deepsleep lopy nvram lora socket • • Tom  

      2
      1
      Votes
      2
      Posts
      582
      Views

      J

      @tom You should probably instead do the following set socket to blocking send set socket to non-blocking receive save config Otherwise you actually try to receive, save, and deep sleep before the packet has actually been (completely) sent. An alternative is to add a manual sleep, but remember that the time between send and receive is variable (the network can change the RxDelay).
    • S

      How do I know whether a LoRa packet was successfoully sent?
      LoPy • lora lora socket packet ack error handling socket.timeout • • sriboli  

      5
      0
      Votes
      5
      Posts
      1308
      Views

      J

      @bmarkus If you exceed duty cycle limitations in your region, it's mainly illegal...
    • 1 / 1